[INFO] fetching crate udonsharp-performance 0.1.0...
[INFO] testing udonsharp-performance-0.1.0 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065
[INFO] extracting crate udonsharp-performance 0.1.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate udonsharp-performance 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate udonsharp-performance 0.1.0
[INFO] tweaked toml for crates.io crate udonsharp-performance 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate udonsharp-performance 0.1.0 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate udonsharp-performance 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded udonsharp-macros v0.1.0
[INFO] [stderr]   Downloaded bytesize v1.3.3
[INFO] [stderr]   Downloaded wasm-encoder v0.38.1
[INFO] [stderr]   Downloaded udonsharp-bindings v0.1.0
[INFO] [stderr]   Downloaded wasm2usharp-enhanced v0.1.0
[INFO] [stderr]   Downloaded udonsharp-core v0.1.0
[INFO] [stderr]   Downloaded wasmparser v0.118.2
[INFO] [stderr]   Downloaded udonsharp-compiler v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 191d619c9a5410f98f7cd0a6cf3a508072b8cb552e36649fa8b3ee781d7e0e77
[INFO] running `Command { std: "docker" "start" "-a" "191d619c9a5410f98f7cd0a6cf3a508072b8cb552e36649fa8b3ee781d7e0e77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "191d619c9a5410f98f7cd0a6cf3a508072b8cb552e36649fa8b3ee781d7e0e77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "191d619c9a5410f98f7cd0a6cf3a508072b8cb552e36649fa8b3ee781d7e0e77", kill_on_drop: false }`
[INFO] [stdout] 191d619c9a5410f98f7cd0a6cf3a508072b8cb552e36649fa8b3ee781d7e0e77
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1fe5201381f2729b71bc69a5953099c02026817dac2f0d8fe11a892cb63a7b19
[INFO] running `Command { std: "docker" "start" "-a" "1fe5201381f2729b71bc69a5953099c02026817dac2f0d8fe11a892cb63a7b19", kill_on_drop: false }`
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling syn v2.0.109
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling wasmparser v0.118.2
[INFO] [stderr]    Compiling wasm-encoder v0.38.1
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling bytesize v1.3.3
[INFO] [stderr]    Compiling clap_builder v4.5.51
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling udonsharp-macros v0.1.0
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling udonsharp-core v0.1.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling udonsharp-bindings v0.1.0
[INFO] [stderr]    Compiling wasm2usharp-enhanced v0.1.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling udonsharp-compiler v0.1.0
[INFO] [stderr]    Compiling udonsharp-performance v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `total_loc`
[INFO] [stdout]    --> src/profiler.rs:314:13
[INFO] [stdout]     |
[INFO] [stdout] 314 |         let total_loc = analyses.iter().map(|a| a.lines_of_code).sum::<u32>();
[INFO] [stdout]     |             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_total_loc`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `score` is never read
[INFO] [stdout]    --> src/world_analyzer.rs:423:30
[INFO] [stdout]     |
[INFO] [stdout] 423 |         let mut score: f64 = 1.0;
[INFO] [stdout]     |                              ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/profiler.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | struct ProfilingOperation {
[INFO] [stdout]    |        ------------------ field in this struct
[INFO] [stdout] 26 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ProfilingOperation` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.85s
[INFO] running `Command { std: "docker" "inspect" "1fe5201381f2729b71bc69a5953099c02026817dac2f0d8fe11a892cb63a7b19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1fe5201381f2729b71bc69a5953099c02026817dac2f0d8fe11a892cb63a7b19", kill_on_drop: false }`
[INFO] [stdout] 1fe5201381f2729b71bc69a5953099c02026817dac2f0d8fe11a892cb63a7b19
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a0d0d9a674464dcd0228247fe17e286fe133e4687fe13e06c0f4c7466d59038c
[INFO] running `Command { std: "docker" "start" "-a" "a0d0d9a674464dcd0228247fe17e286fe133e4687fe13e06c0f4c7466d59038c", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `total_loc`
[INFO] [stdout]    --> src/profiler.rs:314:13
[INFO] [stdout]     |
[INFO] [stdout] 314 |         let total_loc = analyses.iter().map(|a| a.lines_of_code).sum::<u32>();
[INFO] [stdout]     |             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_total_loc`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `score` is never read
[INFO] [stdout]    --> src/world_analyzer.rs:423:30
[INFO] [stdout]     |
[INFO] [stdout] 423 |         let mut score: f64 = 1.0;
[INFO] [stdout]     |                              ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling udonsharp-performance v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/profiler.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | struct ProfilingOperation {
[INFO] [stdout]    |        ------------------ field in this struct
[INFO] [stdout] 26 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ProfilingOperation` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CompletedOperation`
[INFO] [stdout]  --> tests/integration_tests.rs:7:61
[INFO] [stdout]   |
[INFO] [stdout] 7 | use udonsharp_performance::profiler::{OptimizationCategory, CompletedOperation};
[INFO] [stdout]   |                                                             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `PerformanceReport`, `ReportMetadata`, and `ReportSummary`
[INFO] [stdout]  --> tests/integration_tests.rs:8:39
[INFO] [stdout]   |
[INFO] [stdout] 8 | use udonsharp_performance::reporter::{PerformanceReport, ReportMetadata, ReportSummary};
[INFO] [stdout]   |                                       ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> tests/integration_tests.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let mut monitor = UdonPerformanceMonitor::new().expect("Failed to create monitor");
[INFO] [stdout]    |         ----^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> tests/integration_tests.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |     let mut metrics = PerformanceMetrics {
[INFO] [stdout]    |         ----^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `total_loc`
[INFO] [stdout]    --> src/profiler.rs:314:13
[INFO] [stdout]     |
[INFO] [stdout] 314 |         let total_loc = analyses.iter().map(|a| a.lines_of_code).sum::<u32>();
[INFO] [stdout]     |             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_total_loc`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `score` is never read
[INFO] [stdout]    --> src/world_analyzer.rs:423:30
[INFO] [stdout]     |
[INFO] [stdout] 423 |         let mut score: f64 = 1.0;
[INFO] [stdout]     |                              ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/profiler.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | struct ProfilingOperation {
[INFO] [stdout]    |        ------------------ field in this struct
[INFO] [stdout] 26 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ProfilingOperation` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.75s
[INFO] running `Command { std: "docker" "inspect" "a0d0d9a674464dcd0228247fe17e286fe133e4687fe13e06c0f4c7466d59038c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0d0d9a674464dcd0228247fe17e286fe133e4687fe13e06c0f4c7466d59038c", kill_on_drop: false }`
[INFO] [stdout] a0d0d9a674464dcd0228247fe17e286fe133e4687fe13e06c0f4c7466d59038c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 863db35c7338f8253a29a1df6a1f92263c94b8424fcf3bfa02d4357ff7795d08
[INFO] running `Command { std: "docker" "start" "-a" "863db35c7338f8253a29a1df6a1f92263c94b8424fcf3bfa02d4357ff7795d08", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `total_loc`
[INFO] [stderr]    --> src/profiler.rs:314:13
[INFO] [stderr]     |
[INFO] [stderr] 314 |         let total_loc = analyses.iter().map(|a| a.lines_of_code).sum::<u32>();
[INFO] [stderr]     |             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_total_loc`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `score` is never read
[INFO] [stderr]    --> src/world_analyzer.rs:423:30
[INFO] [stderr]     |
[INFO] [stderr] 423 |         let mut score: f64 = 1.0;
[INFO] [stderr]     |                              ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `name` is never read
[INFO] [stderr]   --> src/profiler.rs:26:5
[INFO] [stderr]    |
[INFO] [stderr] 25 | struct ProfilingOperation {
[INFO] [stderr]    |        ------------------ field in this struct
[INFO] [stderr] 26 |     name: String,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ProfilingOperation` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `udonsharp-performance` (lib) generated 3 warnings (run `cargo fix --lib -p udonsharp-performance` to apply 1 suggestion)
[INFO] [stderr] warning: `udonsharp-performance` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr] warning: unused import: `CompletedOperation`
[INFO] [stderr]  --> tests/integration_tests.rs:7:61
[INFO] [stderr]   |
[INFO] [stderr] 7 | use udonsharp_performance::profiler::{OptimizationCategory, CompletedOperation};
[INFO] [stderr]   |                                                             ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `PerformanceReport`, `ReportMetadata`, and `ReportSummary`
[INFO] [stderr]  --> tests/integration_tests.rs:8:39
[INFO] [stderr]   |
[INFO] [stderr] 8 | use udonsharp_performance::reporter::{PerformanceReport, ReportMetadata, ReportSummary};
[INFO] [stderr]   |                                       ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> tests/integration_tests.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 |     let mut monitor = UdonPerformanceMonitor::new().expect("Failed to create monitor");
[INFO] [stderr]    |         ----^^^^^^^
[INFO] [stderr]    |         |
[INFO] [stderr]    |         help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> tests/integration_tests.rs:80:9
[INFO] [stderr]    |
[INFO] [stderr] 80 |     let mut metrics = PerformanceMetrics {
[INFO] [stderr]    |         ----^^^^^^^
[INFO] [stderr]    |         |
[INFO] [stderr]    |         help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: `udonsharp-performance` (test "integration_tests") generated 4 warnings (run `cargo fix --test "integration_tests" -p udonsharp-performance` to apply 4 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/udonsharp_performance-99f65005f345f879)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-abe2ddcd15a28c0b)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test test_optimization_opportunities ... ok
[INFO] [stdout] test test_performance_analyzer ... ok
[INFO] [stdout] test test_performance_reporter ... ok
[INFO] [stdout] test test_compilation_profiler ... ok
[INFO] [stdout] test test_code_optimizer ... FAILED
[INFO] [stdout] test test_vrchat_metrics_analysis ... FAILED
[INFO] [stdout] test test_performance_monitoring_session has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "863db35c7338f8253a29a1df6a1f92263c94b8424fcf3bfa02d4357ff7795d08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "863db35c7338f8253a29a1df6a1f92263c94b8424fcf3bfa02d4357ff7795d08", kill_on_drop: false }`
[INFO] [stdout] 863db35c7338f8253a29a1df6a1f92263c94b8424fcf3bfa02d4357ff7795d08
